home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / vbontop.zip / GLOBAL.BAS < prev    next >
BASIC Source File  |  1992-11-19  |  252b  |  7 lines

  1. Declare Sub SetWindowPos Lib "User" (ByVal h1%, ByVal h2%, ByVal x%, ByVal y%, ByVal cx%, ByVal cy%, ByVal f%)
  2. Global Const HWND_TOPMOST = -1
  3. Global Const HWND_NOTOPMOST = -2
  4. Global Const SWP_NOACTIVATE = &H10
  5. Global Const SWP_SHOWWINDOW = &H40
  6.  
  7.